Package com. orange. webcom. sdk. datasync
Exposes the API of the Webcom Realtime Database service (or "datasync" in short).
Types
Datasync Manager
Link copied to clipboard
class DatasyncManager
Content copied to clipboard
Handles a set of subscriptions to data nodes and authentication events.
Datasync Node
Link copied to clipboard
Represents a data node within the tree-like data of a Webcom application.
Datasync Service
Link copied to clipboard
The WebcomAbstractService that makes it possible to interact in real time with the data of a Webcom application.
Datasync Time
Link copied to clipboard
Represents a write-policy into the Webcom database.
Datasync Value
Link copied to clipboard
Represents a tree-like value stored by the Webcom datasync service within its real-time database.
Presence State
Link copied to clipboard
Transaction Operation
Link copied to clipboard
sealed class TransactionOperation
Content copied to clipboard
Represents a write operation to perform on a data node within an atomic transaction.
Transaction Result
Link copied to clipboard
data class TransactionResult(value: DatasyncValue, hasCompleted: Boolean)
Content copied to clipboard
Represents the result of a transaction run by the DatasyncNode.runTransaction method.